home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8823 / 8823.xpi / chrome / skin / browser.css next >
Cascading Style Sheet File  |  2009-10-23  |  849b  |  34 lines

  1. .autocomplete-richlistitem[type="omnibar-search"] .ac-url-text{
  2.     color:#000088;
  3. }
  4.  
  5. .autocomplete-richlistitem[type="omnibar-suggestion-phrase"] .ac-url-text{
  6.     color:#000088;
  7. }
  8.  
  9. .autocomplete-richlistitem[type="omnibar-suggestion-url"] .ac-url-text{
  10.     color:#008800;
  11. }
  12.  
  13. .autocomplete-richlistitem[type="omnibar-filepath"] .ac-url-text{
  14.     color:#008800;
  15. }
  16.  
  17. .autocomplete-richlistitem .ac-url-text{
  18. }
  19.  
  20. /*Binding stuff*/
  21. #PopupAutoCompleteRichResult.omnibar-style-slim .autocomplete-richlistitem {
  22.   -moz-binding: url("chrome://omnibar/content/bindings.xml#autocomplete-richlistitem");
  23.   -moz-box-orient: horizontal;
  24. }
  25.  
  26. #PopupAutoCompleteRichResult {
  27.   -moz-binding: url("chrome://omnibar/content/bindings.xml#urlbar-rich-result-popup");
  28. }
  29.  
  30. .om-hidden {
  31.     visibility: hidden;
  32.     display: none !important;
  33. }
  34.